.box20230915094421 .my_weixin{
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px #949494;
    margin-left: -200px;
    margin-top: -150px;
	padding-left: 15px;
	padding-right: 15px;
    z-index: 14;
    text-align: center;
    vertical-align: middle;}
.box20230915094421 .my_weixin img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
	padding: 10px;
}
.box20230915094421 .my_weixin .box_1{position: relative;width: 100%;z-index: 111; }
.box20230915094421 .my_weixin .box_2{position: relative;width: 100%; height: 100%;padding:0px;}
.box20230915094421 .my_weixin .box_1 .box_close{position: absolute; right: 10px;top:0px;font-weight: bold;font-size: 18px;color: red;cursor: pointer;}
